Vcenter NamespaceManagement Supervisors Networks Management ProxyConfiguration
The Vcenter NamespaceManagement Supervisors Networks Management ProxyConfiguration schema defines proxy configuration to be used by the Supervisor.
This schema was added in vSphere API 8.0.0.1.
{
"proxy_settings_source": "string",
"https_proxy_config": "string",
"http_proxy_config": "string",
"no_proxy_config": [
"string"
],
"tls_root_ca_bundle": "string"
}
The source of the proxy settings.
If Vcenter NamespaceManagement Supervisors Networks Management ProxySettingsSource.VC_INHERITED or Vcenter NamespaceManagement Supervisors Networks Management ProxySettingsSource.NONE is specified, then the other configuration in Vcenter NamespaceManagement Supervisors Networks Management ProxyConfiguration will be ignored.
For more information see: Vcenter NamespaceManagement Supervisors Networks Management ProxySettingsSource.
This property was added in vSphere API 8.0.0.1.
HTTPS proxy configuration. Examples:
This will be used if Vcenter NamespaceManagement Supervisors Networks Management ProxySettingsSource.CLUSTER_CONFIGURED is used for the source, otherwise this will be ignored.
This property was added in vSphere API 8.0.0.1.
If missing or null
no HTTPS proxy will be used.
HTTP proxy configuration. Examples:
This will be used if Vcenter NamespaceManagement Supervisors Networks Management ProxySettingsSource.CLUSTER_CONFIGURED is used for the source, otherwise this will be ignored.
This property was added in vSphere API 8.0.0.1.
If missing or null
no HTTP proxy will be used.
List of addresses that should be accessed directly.
This will be used if Vcenter NamespaceManagement Supervisors Networks Management ProxySettingsSource.CLUSTER_CONFIGURED is used for the source, otherwise this will be ignored.
This property was added in vSphere API 8.0.0.1.
If missing or null
there won't be any excluded addresses.
Proxy TLS root CA bundle which will be used to verify the proxy's certificates. Every certificate in the bundle is expected to be in PEM format.
This will be used if Vcenter NamespaceManagement Supervisors Networks Management ProxySettingsSource.CLUSTER_CONFIGURED is used for the source, otherwise this will be ignored.
This property was added in vSphere API 8.0.0.1.
If missing or null
only the vCenter certificates applied in VECS (VMware Endpoint Certificate Store) will be used.